Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: drop using internal modules #258

Merged
merged 14 commits into from
Feb 24, 2021
Merged

refactor: drop using internal modules #258

merged 14 commits into from
Feb 24, 2021

Conversation

eoln
Copy link
Contributor

@eoln eoln commented Feb 23, 2021

Using file: when specifying the dependencies unable to use sdk-scheme-adapter as npm module -> the npm install fails with ENOLOCAL.
According to npm documentation file: feature shouldn't be used when we want to make module public in npm repository:
https://docs.npmjs.com/cli/v7/configuring-npm/package-json
This feature is helpful for local offline development and creating tests that require npm installing where you don't want to hit an external server, but should not be used when publishing packages to the public registry.

@eoln eoln changed the title fix: invalid deps refactor: drop using internal modules Feb 24, 2021
Copy link
Contributor

@sridharvoruganti sridharvoruganti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

bushjames
bushjames previously approved these changes Feb 24, 2021
Copy link
Contributor

@bushjames bushjames left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see no issues. Many thanks @eoln

@lewisdaly
Copy link
Contributor

please don't merge! @kleyow is fixing merge issues

@eoln eoln dismissed stale reviews from bushjames and sridharvoruganti via 16441e7 February 24, 2021 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants